home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / vb_10.zip / SYSOP.DOC < prev    next >
Text File  |  1991-04-21  |  11KB  |  273 lines

  1.  
  2.  
  3.               Copyright (c) 1990 by Hawke Enterprises
  4.  
  5.  
  6.  
  7.                            VOTER'S BOOTH
  8.                          THE ULTIMATE ADOPT
  9.                               A DOOR
  10.  
  11.  
  12.                         Sysop Documentation
  13.  
  14.                         The latest version can
  15.                         always be down-loaded
  16.                         from I.D.I.C. BBS
  17.                          (619) 461-0982
  18.  
  19.  
  20.   Introduction -
  21.  
  22.           Tired of NOT REALLY knowing if a door is worth registering
  23.           and if your users really like the door??
  24.  
  25.           This is an Vote/ADOPT Door to let your users and you
  26.           determine if a door should be registered or tossed into
  27.           the BIT Bucket. Also included is an EXE that will display
  28.           an ANSI or ASCII screen to tell users when somebody adopts
  29.           a door and who adopted it.  The VOTER'S BOOTH is placed behind
  30.           another door that you wish to get the users input on.
  31.           VOTER'S BOOTH will come up everytime the door is closed UNTIL
  32.           the user votes on that door, then VOTER'S BOOTH will be "shut off"
  33.           so to speak and the users will never know it's there.
  34.  
  35.   Features -
  36.  
  37.         * Allows users to VOTE (7 different choices) to decide if a door
  38.           is worth the money for registration.
  39.  
  40.         * Ability to display a text file you created (or even the doors
  41.           docs) to explain the use of the door, cost of registering and etc.
  42.  
  43.         * Users can leave the SysOp an additional comment about their
  44.           feelings on the door.
  45.  
  46.         * Users can DOWN-LOAD an adoption form (that you create) so they
  47.           may just mail-in the adoption fee.
  48.  
  49.         * View the results of the Voting so far!
  50.  
  51.         * And finally, when the user has voted one time, the door will be
  52.           "shut off" and will not be seen by the user again.
  53.  
  54.         * TWO EXE files are included (one for before the registration so
  55.           voting can take place, and an optional one to use after adoption
  56.           or registration has taken place).
  57.  
  58.         * You do NOT need multiple copies of Voter's Booth to use on several
  59.           different doors.  ONE copy of the EXEs on your hard drive is
  60.           all that is needed. (See set-up info below)
  61.  
  62.         * Easy setup
  63.  
  64.         * We directly support many different BBSs:
  65.  
  66.                         PC Board versions 12 - 14.5
  67.                         RBBS
  68.                         Remote ACCESS
  69.                         QuickBBS
  70.                         WILDCAT!
  71.                         GAP BBS
  72.                         SpitFire
  73.                         any BBS utilizing Door.sys
  74.  
  75.         *================[ SPECIAL NOTICE ]====================*
  76.  
  77.          OUR Doors now work with any BBS Software that supports
  78.          doors!!   You simply call GENERIC.SYS!
  79.  
  80.                 Read more about GENERIC.SYS below
  81.         *======================================================*
  82.  
  83.         * Support BBS (and voice if needed)
  84.  
  85.  
  86.   FUTURE ENHANCEMENT -
  87.  
  88.         Any suggestions???  All suggestions will be taken!!
  89.  
  90.   Distribution Policy -
  91.  
  92.         This door is being distributed as ShareWare.
  93.  
  94.         After 30 days of use, you must register or remove from your
  95.         board.  Registration costs $15.00 and all future releases of
  96.         this door will be able to be down-loaded FREE.
  97.  
  98.         You may copy and distribute this Door(shareware version), as long 
  99.         as all original files remain in archive and it is distributed in 
  100.         an unmodified form.
  101.  
  102.         No one may charge for this door, except normal access or copying
  103.         fees not to exceed normal standard.
  104.  
  105.  
  106.   Setup -
  107.  
  108.       + Place all files from zip file in a seperate directory.
  109.  
  110.                  example: mine is in \doors\ADOPT!
  111.  
  112.       + In the door directory (the one you wish to vote on!) place the
  113.         following files:
  114.  
  115.                       ADOPT.CFG    - Voter's Booth's Config File (each door you
  116.                                      are voting on MUST have it own ADOPT.CFG
  117.                                      file located in it's directory) Edit this
  118.                                      file and put in the DOOR Name of the door
  119.                                      you want to vote on.
  120.  
  121.                       DOORINFO.REG - Ascii TEXT file you create that explains
  122.                                      a little about the door (reg cost, etc).
  123.                                      Or rename the Door Docs to Doorinfo.reg
  124.  
  125.                       ADOPTION.FRM - Ascii TEXT file you create so a user may
  126.                                      down-load and then send it back to you
  127.                                      filled out with a check or money order.
  128.  
  129.       + Edit your EXISTING batch file that calls up your other door.
  130.         EXAMPLE:
  131.  
  132.         Batch file BEFORE editing:        Batch file AFTER editing:
  133.  
  134.           cd\doors\sttos                    cd\doors\sttos
  135.           sttos pcboard.sys                 sttos pcboard.sys
  136.           cd\pcb                            c:\doors\adopt!\VB pcboard.sys
  137.           board                             cd\pcb
  138.                                             board
  139.  
  140.           Notice above how I simply place the path to the EXE (VB) and
  141.           do NOT change directories to it.  This allows me to use ONE EXE
  142.           on all the different door directories.
  143.  
  144.  
  145. Make CFG File:
  146.  
  147.     Make a small Config File with following format -  Name: ADOPT.CFG
  148.  
  149.                 I.D.I.C. BBS      <<<<<< BBS NAME
  150.                 Russell Femyer    <<<<<< SYSOP Name
  151.                 EVALUATION        <<<<<< REG Number (0 for unreg)
  152.                 DOOR NAME         <<<<<< Door name you wish to Vote on.
  153.                                          29 characters MAX!!
  154.  
  155.     Place a different CFG file in EVERY directory of the doors you wish
  156.     to VOTE on.
  157.  
  158.  
  159. USING Voter's Booth -
  160.  
  161.     The following files are created inside the directories of the doors
  162.     you are voting on:
  163.  
  164.            USERVOTE.ANS - This the ACTUAL votes cast, and any
  165.                           comments the user left.  The Sysop will
  166.                           want to view this file from time to time.
  167.                           ALSO: Do NOT remove this file until AFTER
  168.                           you are done with the voting process.  The
  169.                           Door searches this file to determine if the
  170.                           user has already voted.
  171.  
  172.            SCORE.IDX    - Vote Score index. (used by VB)
  173.  
  174.      REMEMBER to remove these files AFTER Voting is completed on the door.
  175.  
  176.  
  177. GENERIC.SYS:
  178.  
  179.     If we do not directly support your BBS software, then simply utilize
  180.     the GENERIC.SYS file.
  181.  
  182.     With an editor make a file called GENERIC.SYS.  The format of
  183.     the file is as follows:
  184.                                                            EXAMPLE:
  185.     1st line: SYSOP NAME                                     Russell Femyer
  186.     2nd line: COM PORT                                       COM1
  187.     3rd line: Time you are allowing user in door             60
  188.  
  189.   Warranty and Liability -
  190.  
  191.         I make NO warranty of any kind, express or implied,including
  192.         without limitation, any warranties of merchantability and/or
  193.         fitness for a particular purpose.  I shall not be held liable
  194.         for any damages, whether direct, indirect, special or
  195.         consequential arising from a failure of this program to operate
  196.         in the manner desired by the user.  I shall not be held liable
  197.         for any damage to data or property which may be caused directly
  198.         or indirectly by use of this program.
  199.  
  200.         In no event will I be held liable for any damages, including
  201.         (but not limited to) any lost profits, lost saving or other
  202.         incidental or consequential damages arising out of the use
  203.         or inability to use this program, or for any claim by any other
  204.         party.
  205.  
  206.  
  207.   MANY MANY THANKS -
  208.  
  209.         To Admiral Strukel for all his help in testing!
  210.  
  211.         To all our users who tested the early alpha copy and added their
  212.         advice and support.
  213.  
  214.         Rickie W. Belitz for making a Door Development kit that was
  215.         so easy to use my five year old could figure it out.
  216.  
  217.         To my Children - Jesse Forrest(5), Nicole Loraine(4), Christopher
  218.         Hawke(2) and Robert Falcon (5 months) who still love their daddy
  219.         even if he does spend a lot of time on that machine.
  220.  
  221.         And last but certainly not least....my wife, Sheila Femyer,
  222.         who patiently withstood my time and energy being spent on my
  223.         C classes, Programming, and BBS.  She stands behind me and gives
  224.         me strength and patience when I have totally lost all of mine.
  225.         BTW:  This Door was SHEILA's idea!
  226.  
  227.   Support -
  228.  
  229.         For non-registered and registered users...our BBS will always have
  230.         the latest version available for down-load.
  231.  
  232.                                 I.D.I.C. BBS
  233.                                (619) 461-0982
  234.                                24 hours a day
  235.                                 14.4 USR HST
  236.  
  237.                        Deck 21 is the DOOR Support Deck
  238.  
  239.         Registered users will be able to have voice support and be able to
  240.         d/l registered copies of their program.
  241.  
  242.  
  243.   *══════════════════════════[ OPTIONAL ]════════════════════════════════*
  244.   |                                                                      |
  245.   |   THE FOLLOWING INSTRUCTIONS ARE FOR THE OPTIONAL PROGRAM: ADOPT-IT  |
  246.   |                                                                      |
  247.   *══════════════════════════════════════════════════════════════════════*
  248.  
  249.  Optional ADOPT-IT.EXE -
  250.  
  251.         If you wish to use the ADOPT-IT program after someones adopts the
  252.         door to show the users an ANSI or ASCII Screen.
  253.         Simply place ADOPT-IT in place of VB in the batch file like so.
  254.  
  255.     Batch File with Voter's Booth:       Batch File with Adopt-it:
  256.  
  257.     cd\doors\sttos                       cd\doors\sttos
  258.     sttos pcboard.sys                    sttos pcboard.sys
  259.     c:\doors\adopt!\VB pcboard.sys       c:\doors\adopt!\adopt-it pcboard.sys
  260.     cd\pcb                               cd\pcb
  261.     board                                board
  262.  
  263.  
  264.     In the door directory (the one you wish to vote on!) place the
  265.     following files:
  266.  
  267.               
  268.               ADOPT!G.DOR - ANSI GRAPHICS SCREEN
  269.               ADOPT!.DOR  - ASCII SCREEN
  270.  
  271.      These are the ADOPT screens that tell who adopted your door.
  272.  
  273.